home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.20030409-20031118 / 000033_jaltman2@nyc.rr.com_Wed Apr 30 16:53:51 EDT 2003.msg < prev    next >
Text File  |  2020-01-01  |  2KB  |  56 lines

  1. Article: 14249 of comp.protocols.kermit.misc
  2. Path: newsmaster.cc.columbia.edu!phl-feed.news.verio.net!iad-feed.news.verio.net!iad-peer.news.verio.net!news.verio.net!news.maxwell.syr.edu!newsfeed-east.nntpserver.com!nntpserver.com!news-west.rr.com!news-server.columbus.rr.com!cyclone.rdc-nyc.rr.com!news-out.nyc.rr.com!twister.nyc.rr.com.POSTED!not-for-mail
  3. From: "Jeffrey Altman [Road Runner NYC]" <jaltman2@nyc.rr.com>
  4. User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.3) Gecko/20030312
  5. X-Accept-Language: en-us, en
  6. MIME-Version: 1.0
  7. Newsgroups: comp.protocols.kermit.misc
  8. Subject: Re: ftp: SSL/TLS connect COMMAND error: error:1408F10B:SSL routines:SSL3_GET_RECORD:wrong
  9.  version number
  10. References: <8ba3a1cf.0304301226.40e22c0a@posting.google.com>
  11. In-Reply-To: <8ba3a1cf.0304301226.40e22c0a@posting.google.com>
  12. Content-Type: text/plain; charset=us-ascii; format=flowed
  13. Content-Transfer-Encoding: 7bit
  14. Lines: 32
  15. Message-ID: <ztWra.28269$su3.3348850@twister.nyc.rr.com>
  16. Date: Wed, 30 Apr 2003 20:36:47 GMT
  17. NNTP-Posting-Host: 66.108.138.151
  18. X-Complaints-To: abuse@rr.com
  19. X-Trace: twister.nyc.rr.com 1051735007 66.108.138.151 (Wed, 30 Apr 2003 16:36:47 EDT)
  20. NNTP-Posting-Date: Wed, 30 Apr 2003 16:36:47 EDT
  21. Organization: Road Runner - NYC
  22. Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:14249
  23.  
  24. The error is a version incompatibility.
  25. When negotiating AUTH TLS, the TLSv1 protocol is required.  My guess is 
  26. that WS_FTP does not support SSLv3 or TLSv1 but only SSLv2.  If that is 
  27. the case the program is violating the protocol.
  28.  
  29.  
  30.  
  31. Rick wrote:
  32. > I am getting this error msg.  Is it from Kermit, OpenSSL or ftp server
  33. > (WS_FTP)?
  34. > ---> AUTH TLS 
  35. > 234 SSL enabled and waiting for negotiation
  36. > SSL DEBUG ACTIVE
  37. > =>START SSL/TLS connect on COMMAND
  38. > ftp: SSL/TLS connect COMMAND error: error:1408F10B:SSL
  39. > routines:SSL3_GET_RECORD:wrong version number
  40. > =>DONE SSL/TLS connect on COMMAND
  41. > TLS authentication failed
  42. > TLS accepted as authentication type
  43. > SSL_handshake:UNKWN  before/connect initialization
  44. > SSL_connect:UNKWN  before/connect initialization
  45. > SSL_connect:3WCH_A SSLv3 write client hello A
  46. > SSL_write_alert
  47. > SSL_connect:error in 3RSH_A SSLv3 read server hello A
  48. > Connected to www3.necho.net.
  49. > 220 necho5 X2 WS_FTP Server 3.1.4 (1456372211)
  50. > [/home/ghostdev/] C-Kermit>
  51. > [/home/ghostdev/] C-Kermit>Login failed
  52. > ---> QUIT 
  53. > 221 Good-Bye
  54.  
  55.